home *** CD-ROM | disk | FTP | other *** search
/ Sun Solutions 1997 April to September / Sun Solutions CD - APR '97 - SEP '97 (704-3778-12 Rev. H)(Sun Microsystems, Inc.)(1997).iso / products / Hyperion / src / README.ultrix < prev    next >
Text File  |  1997-02-26  |  2KB  |  36 lines

  1. WorkMan was ported to ULTRIX by Chris Ross (cross@eng.umd.edu).  Bug
  2. reports should still be sent to me at koreth@hyperion.com, though; I will
  3. forward ULTRIX-specific reports to Chris.
  4.  
  5. This program should compile and run under ULTRIX 4.2.  You will need the
  6. XView toolkit, version 3.0 or higher.  An ULTRIX port of XView is available
  7. from many sites via anonymous ftp.  Use archie to find one near you.  Neither
  8. Chris nor I can supply people with XView sources, so please don't ask.
  9.  
  10. You will need to use "imake" to build a Makefile suitable for ULTRIX; the
  11. supplied Makefile is tuned for Suns (though it isn't hard to adjust if you
  12. prefer not to use imake).  The usual way of running imake is to type "xmkmf"
  13. and let it figure out all the parameters.
  14.  
  15. There is a WorkMan binary at ftp.hyperion.com:/WorkMan/ultrix.tar.Z if you
  16. can't find XView or don't want to bother installing it.  You may need to
  17. install the OPEN LOOK fonts, though; they are available from ftp.hyperion.com
  18. as well as with the generic XView source distribution, available widely in
  19. the contrib section of X11R5.  You do not need to build XView from source to
  20. get the fonts from the source distribution.
  21.  
  22. If you get an error like "Cannot open connection to window server", try
  23. any of several things:
  24.  
  25. 1. Specify the font explicitly, e.g. "workman -fn lucidasans-12".  If you
  26.    don't have the OPEN LOOK fonts installed, try "Courier10" instead.
  27. 2. Set your DISPLAY environment variable to ":0.0".
  28. 3. Set your DISPLAY environment variable to "hostname:0" (substituting your
  29.    display host for "hostname", of course).
  30.  
  31. Those are all the things ULTRIX people have reported as fixes.  If they
  32. don't work, unfortunately there's not much I can do about it.
  33.  
  34. For those who'd like to read through the source, note that the ULTRIX-
  35. specific code is all contained in plat_ultrix.c.
  36.